BorderModel Enumeration
Represents what border model to use when creating a table with a border.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration BorderModel
| Collapsing | 0 |
When two adjacent cells have different borders, the wider border appears as the border between the cells. Each cell receives half of the width of the border.
|
| Separating | 1 |
Borders appear within the cell that specifies the border.
|
| None | 2 |
None.
|